/*
Theme Name: groupDesign- Twenty Ten Child
Description: groupDesign Child theme for the Twenty Ten theme 
Author: groupDesign
Template: twentyten
*/


/*-------------------------------------------------------------- */

@import url("../twentyten/style.css");

/* body margin:0;, messes up shit -top spacing of gd menu*/
/* td margin:0;, messes up shit- vertical align of gd menu */
body
{
overflow-y:scroll;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;

/*border-style:solid;
border-width:1px;*/
}
#content {

	margin: 0 280px 0 0px; /*changed by me*/
/*border-style:solid;
border-width:1px;*/
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
	text-align:right; /*added by me*/
/*border-style:solid;
border-width:1px;*/
}
#secondary {
	clear: right;

}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:"Century Gothic", Arial, Helvetica, Verdana, sans-serif;
	font-size:16px; /* posiibly everything def. main links and projects page titles*/
	color:#777;
}
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
		font-family:"Century Gothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type=submit] {
		font-family:"Century Gothic", Arial, Helvetica, Verdana, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */
#main {

	padding: 10px 0 0 0; /*padding on top of content*/
}
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 800px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

a:link {
	color: #777;
	text-decoration:none;
}
a:visited {
	color: #777;
	text-decoration:none;
}
a:active,
a:hover {
	color: #999;
	text-decoration:none;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
	
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display:none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
	display:none;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #fff; /* menu bar colour  */
	display: block;
	float: left;
	margin: 0 auto;
	width: 800px;
}
#access .menu-header,
div.menu {
	font-size: 16px;	/* menu bar font size  */
	margin-left: 0px;
	width: 800px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #999;
	display: block;
	line-height: 38px;
	padding: 0 0px;	 /*changed by me*/
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff; 
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #fff; /* menu highlighted  */
	color: #fff;		 /* don't know what this does*/
}
#access ul li:hover > ul {
	display: block;
	
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #999; /* menu text colour */
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #999;
}

/* =Content
-------------------------------------------------------------- */
#entry-author-info h2 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
#content .entry-title {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #999;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #777;
}
	.entry-content {
		font-size: 11pt;
		line-height: 1.6em;
		color: #999;
	}
	
/* =Widget Areas doesn't do shit
-------------------------------------------------------------- */
.widget-title {
	color: #999;
	font-weight:normal;
}
#primary.widget-area a:link,
#primary.widget-area a:visited {
	text-decoration: none;
}
#primary.widget-area a:active,
#primary.widget-area a:hover {
	/*text-decoration: underline;*/
	text-decoration: none
}
/*#first, #second, #third, and #fourth resp.*/
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}

/* =Footer
-------------------------------------------------------------- */
#site-login
{	color: #999;
	font-size: 14px;
	font-weight: normal;
		text-decoration: none;
}

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #fff;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
	display:none;
}
#site-generator {
	font-style: italic;
	position: relative;
	display:none;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;

}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/*--- menu ---*/
#pageContainer{
	width:800px;
	margin:auto;
	/*border:1px dashed #ccc;*/
	padding:8px 0px 0px 0px;
/*	border-style:solid;*/
/*border-width:1px;*/

}

#logo{
	position:relative;
	/*vertical-align:bottom;*/
	/*vertical-align:middle;*/
}


#top-nav{
	display:inline;
	vertical-align:7px;
	float:right;
	padding:61px 0px 0px 0px;
}
#top-nav li{
	display:inline;
	/*padding:0px 16px; was with 'press'*/
	padding:0px 14px;
	font-size:16px;
	margin: 0 0 0px 1px;
	vertical-align:bottom;
}


#top-nav li.last{
	padding-right:0px;
}


a.light{
	color:#eee;	
	text-decoration:none;
	outline:none;
}
a.light:hover{
	color:#777;
}
a.dark{
	color:#999;	
	text-decoration:none;
	outline:none;
}
a.dark:hover{
	color:#777;
}


img{
	border:0px;
}




